home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / mpf / eng / shared / agentdui.cab / scui.dll / HTML / SECURITY.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-07-27  |  6.3 KB  |  353 lines

  1. @charset "UTF-8";
  2.  
  3. BODY
  4. {
  5.     background-color : White;
  6.     font-color :#587482;
  7.     font-size : 14px;
  8.     margin: 0;
  9.     cursor:default;
  10. }
  11.  
  12. A
  13. {
  14.     text-decoration: none;
  15. }
  16.  
  17. .waterMarkMYS
  18. {
  19.     background-attachment:fixed;
  20.     background-repeat:no-repeat;
  21.     background-position:bottom right;
  22. /*   background-image:url('images\watermark_mys_150x130.gif');*/
  23. }
  24.  
  25. .waterMarkVSO
  26. {
  27.     background-attachment:fixed;
  28.     background-repeat:no-repeat;
  29.     background-position:bottom right;
  30. /*    background-image:url('images\watermark_VSO_150x130.gif');*/
  31. }
  32.  
  33. .waterMarkMPF
  34. {
  35.     background-attachment:fixed;
  36.     background-repeat:no-repeat;
  37.     background-position:bottom right;
  38. /*    background-image:url('images\watermark_firewall_150x130.gif');*/
  39. }
  40.  
  41. .waterMarkMPS
  42. {
  43.     background-attachment:fixed;
  44.     background-repeat:no-repeat;
  45.     background-position:bottom right;
  46. /*    background-image:url('images\watermark_privacy_150x130.gif');*/
  47. }
  48.  
  49. .waterMarkMSK
  50. {
  51.     background-attachment:fixed;
  52.     background-repeat:no-repeat;
  53.     background-position:bottom right;
  54. /*    background-image:url('images\watermark_spamkiller_150x13.gif');*/
  55. }
  56.  
  57. .btnxp { width: 76px; height: 25px; cursor: hand; font-size: 12px; font-family: Arial; }
  58. .btnxphover { width: 76px; height: 25px; cursor: hand; font-size: 12px; font-family: Arial; }
  59. .btnxpd { width: 76px; height: 25px; font-size: 12px; font-family: Arial; }
  60.  
  61. .stdbtn { border=0; background-image: url(images\button_regular.gif); background-color: transparent; font:12px Arial,Helvetica,Tahoma,Verdana,sans-serif; 
  62.             width:90px; height:21px;  cursor: hand; COLOR: #000000; }
  63.  
  64.  
  65. .InfoTextClass
  66.     font-size:11px; 
  67.     font-family:Tahoma,Verdana,Arial;
  68.     color:#333333;
  69.     cursor:default;
  70. }
  71.  
  72. .SecIndexHyperLink
  73.     font-size:11px; 
  74.     font-family:Tahoma,Verdana,Arial;
  75.     color:#000000;
  76.     padding-left:5px;
  77. }
  78.  
  79. .WUpdNormalText
  80.     font-size:11px; 
  81.     font-family:Tahoma,Verdana,Arial;
  82.     color:#000000;
  83.     padding-left:5px;
  84. }
  85.  
  86. .WUpdEnableNowLink
  87.     font-size:11px; 
  88.     font-family:Tahoma,Verdana,Arial;
  89.     color:#587482;
  90.     font-weight:bold;
  91.     padding-right:5px;
  92.     cursor:hand;
  93.     text-decoration: underline;
  94. }
  95.  
  96. .WUpdDisabledText
  97.     font-size:11px; 
  98.     font-family:Tahoma,Verdana,Arial;
  99.     color:#CC0033;
  100.     font-weight:bold;
  101.     padding-left:5px;
  102. }
  103.  
  104. .TitleClass
  105.     font-size:11px; 
  106.     font-weight:bold; 
  107.     font-family:Tahoma,Verdana,Arial; 
  108.     cursor:default;
  109. }
  110.  
  111. .TitleInfoClass
  112.     font-size:11px; 
  113.     font-weight:normal; 
  114.     font-family:Tahoma,Verdana,Arial; 
  115.     cursor:default;
  116. }
  117.  
  118. .TitleDescClass
  119.     font-size:11px; 
  120.     font-weight:bold; 
  121.     font-family:Tahoma,Verdana,Arial; 
  122.     cursor:default;
  123. }
  124.  
  125. .TaskTitle
  126.     font-size:27px;
  127.     font-weight:bold; 
  128.     font-family:Tahoma,Verdana,Arial;
  129.     color:#587482;
  130.     cursor:default;
  131. }
  132.  
  133. .TaskTitleMYSMainPage
  134.     font-size:14px;
  135.     font-weight:bold; 
  136.     font-family:Arial,Tahoma,Verdana;
  137.     color:#587482;
  138.     cursor:default;
  139.     padding-bottom:2px;
  140.     border-bottom:1px solid #aaaaaa;
  141. }
  142.  
  143. .DiscoverTitle
  144.     font-size:20px;
  145.     font-weight:bold; 
  146.     font-family:Tahoma,Verdana,Arial;
  147.     color:#587482;
  148.     cursor:default;
  149. }
  150.  
  151. .TaskText
  152.     font-size:11px; 
  153.     font-weight:bold; 
  154.     font-family:Tahoma,Verdana,Arial; 
  155.     cursor:default;
  156. }
  157.  
  158. .NormalText
  159.     font-size:11px; 
  160.     font-family:Tahoma,Verdana,Arial;
  161.     color:#333333;
  162.     cursor:default;
  163. }
  164.  
  165. .WarningText
  166.     font-size:11px; 
  167.     font-family:Tahoma,Verdana,Arial;
  168.     color:#333333;
  169.     cursor:default;
  170. }
  171.  
  172. .WarningTitle
  173.     font-size:11px; 
  174.     font-weight:bold; 
  175.     font-family:Tahoma,Verdana,Arial;
  176.     color:black;
  177.     cursor:default;
  178. }
  179.  
  180. .TopLinks
  181.     font-size:11px; 
  182.     font-family:Tahoma,Verdana,Arial;
  183.     color:#000000;
  184.     cursor:hand;
  185. }
  186.  
  187. .AboutHyperLink
  188. {
  189.     font-size:11px; 
  190.     font-weight:bold; 
  191.     font-family:Tahoma,Verdana,Arial; 
  192.     color:#587482;
  193. }
  194.  
  195. .HyperLink
  196. {
  197.     font-size:12px; 
  198.     font-weight:bold; 
  199.     font-family:Tahoma,Verdana,Arial; 
  200.     color:#587482;
  201. }
  202.  
  203. .HyperLinkNormal
  204. {
  205.     font-size:11px; 
  206.     font-weight:normal; 
  207.     font-family:Tahoma,Verdana,Arial; 
  208.     color:#587482;
  209.     text-decoration: underline;
  210. }
  211.  
  212. TABLE
  213. {
  214.   padding-right: 0px;
  215.   padding-left: 0px;
  216.   font-size: 10px;
  217.   padding-bottom: 0px;
  218.   cursor: default;
  219.   border-top-style: none;
  220.   padding-top: 0px;
  221.   font-family: Verdana,Arial,sans-serif;
  222.   border-right-style: none;
  223.   border-left-style: none;
  224.   border-collapse: collapse;
  225.   border-bottom-style: none;
  226. }
  227. .indexlink
  228.     cursor: hand;
  229.     font-size:11px; 
  230.     font-family:Tahoma,Verdana,Arial;
  231.     color:#587482;
  232.     height:25;
  233.     padding-left:10px;
  234. }
  235.  
  236. .SIdxMainTitle
  237.     font-size:11px; 
  238.     font-weight:bold; 
  239.     font-family:Tahoma,Verdana,Arial;
  240.     padding-top:3px;
  241. }
  242.  
  243. .SIdxTitle
  244.     font-size:11px; 
  245.     font-weight:bold; 
  246.     font-family:Tahoma,Verdana,Arial; 
  247.     cursor:default;
  248. }
  249.  
  250. .SIdxText
  251.     font-size:11px; 
  252.     font-family:Tahoma,Verdana,Arial;
  253.     color:#333333;
  254.     cursor:default;
  255.     text-align:left;
  256. }
  257.  
  258. .SIdxCaption
  259.     font-size:20px;
  260.     font-weight:bold; 
  261.     font-family:Tahoma,Verdana,Arial;
  262.     color:#587482;
  263.     cursor:default;
  264. }
  265.  
  266. .btnExpand
  267.     font-size:11px; 
  268.     font-family:Tahoma,Verdana,Arial;
  269.     border=0;
  270.     cursor: hand;
  271.     color:#587482;
  272. }
  273.  
  274. td
  275. {
  276.   font-size: 11px;
  277.   color: #000000;
  278.   font-family: tahoma, arial, helvetica, sans-serif;
  279. }
  280.  
  281. .RecentVirusTitle
  282. {
  283.     font-family: tahoma, arial, helvetica, sans-serif;
  284.     font-size: 12px; 
  285.     font-weight:600; 
  286.     color:#1243B9;
  287. }
  288. .mysTable
  289. {
  290.   width : 335;
  291. }
  292.  
  293. .InfoIconImage
  294. {
  295.   width: 17px;
  296.   border-top-style: none;
  297.   border-right-style: none;
  298.   border-left-style: none;
  299.   height: 18px;
  300.   border-bottom-style: none;
  301. }
  302. .IndexBarTable
  303. {
  304.   padding-right: 0px;
  305.   padding-left: 0px;
  306.   font-size: 11px;
  307.   background-image: url(mysimg/scale_background.gif);
  308.   padding-bottom: 0px;
  309.   cursor: hand;
  310.   color: #587482;
  311.   padding-top: 0px;
  312.   font-family: Tahoma,Verdana,Arial;
  313.   width: 102px;
  314.   height: 18px;
  315. }
  316. .IndexBarImage
  317. {
  318.   width: 1px;
  319.   height: 10px;
  320.   border-top-style: none;
  321.   border-right-style: none;
  322.   border-left-style: none;
  323.   border-bottom-style: none;
  324. }  
  325.  
  326.  
  327. .UpsellText
  328. {
  329.     font-size: 10px;
  330. }
  331.